home *** CD-ROM | disk | FTP | other *** search
- SSS mReadToken, breakString, skipString
- -- --breakstring designates character (or token) that signals to stop reading.
- -- --skipstring designates what characters (or tokens) not to read.
- I mGetPosition --Returns the file position.
- II mSetPosition, newPos --Sets the file position. Returns error code.
- I mGetLength --Returns the number of chars in the file.
- ISS mSetFinderInfo, typeString, creatorString --Sets the finder info. Returns error code.
- S mGetFinderInfo --Gets the finder info.
- S mFileName --Returns the name of the file.
- I mDelete --Delete the file and dispose of me.
- I mStatus --Returns result code of the last file io activity